Solving - A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections and ERROR: (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server).
There are some differences and secrets between the UI of a SQL Endpoint and the UI of a Lakehouse. I believe the lakehouse UI was changed recently, otherwise you can blame me for being distracted to this level. Let’s analyze the differences and pending points between these UI’s. SQL Endpoints When using a SQL Endpoint, …
The post SQL Endpoints and Lakehouse UI Differences and Access Secrets appeared first on Simple Talk.
Clumio's cloud-native SQL Server backups for AWS is the perfect backup solution for SQL Server on Amazon EC2 for successful cloud migrations, .NET applications in AWS, and running Windows workloads in tandem with AWS services.
Organizations are beginning to switch to storage that provides unified data governance to company resources. Databricks Unity Catalog gives users a specific location to manage rights while offering granular access control and several other useful features.
Often when you are generating dynamic SQL you will want to validate the content of the query as opposed to just blindly executing it. Unfortunately, Management Studio can make it difficult to check that your command is complete, never mind to troubleshoot any errors that may occur when you do execute the command.
Database Projects for Fabric Data Warehouse is one of the most recent news of Fabric for SDLC (Software Development Life Cycle). Microsoft released the Database Projects around 2010 and have they evolved since that year. The original name was a tool called SSDT, released as part of SQL Server, but running inside a Visual Studio …
The post Database Projects for Microsoft Fabric Data Warehouse appeared first on Simple Talk.
A SQL Server cursor is a set of T-SQL logic to loop over a predetermined number of rows one at a time. The purpose for the cursor may be to update one row at a time or perform an administrative process such as SQL Server database backups in a sequential manner.
There are plenty of applications and tools available that allow for the movement of data in and out of SQL Server. Some tools are built by Microsoft, such as SSIS or Azure Data Factory. Others are created by third parties, such as Databricks or Snowflake. Still other available options make use of SQL Server features …
The post Exporting and Importing Data into SQL Server Using Files appeared first on Simple Talk.
Learn how to use the Databricks utility library (dbutils) to read and write widgets which allows the data engineer to pass parameters to the notebook so that the same code (notebook) can be used to process multiple files.
Data Science is one of the best-paying jobs in the world. Microsoft now offers an official certification in Data Science and to help you get started, this article provides several links to help you get ready for the DP-100: Designing and Implementing a Data Science Solution on Azure exam.
Organizations of all types and sizes are turning to the cloud for their application and data storage requirements. The cloud makes it possible for them to deploy their workloads more quickly and to scale them up and down as requirements change. Not only does this increase the organization’s flexibility, but it also frees up IT …
The post Protecting your Cloud Assets appeared first on Simple Talk.
In this article we cover various ways to check if a SQL Server table exists before trying to drop the table to avoid the error Msg 3701 Level 11 State 5 cannot drop the table because it does not exist or you do not have permission.
Learn about Databricks Assistant a context-aware native AI assistant and Bamboolib a no-code data analysis and transformation framework to enhance code quality and delivery time.
I’ve quietly resolved performance issues by re-writing slow queries to avoid DISTINCT. Often, the DISTINCT is there only to serve as a “join-fixer,” and I can explain what that means using an example. Let’s say we have the following grossly simplified schema, representing customers, products, and product categories: And then we have tables for orders …
The post Don’t use DISTINCT as a “join-fixer” appeared first on Simple Talk.
SQL Server security structure, mechanisms and methods are very thoroughly documented in the Microsoft documentation, but it is quite daunting if you don’t already know about the functionality. I recently had a request to explain some security features of SQL Server so that internal audits could be completed. While thinking about the request and preparing …
The post SQL Server Security Primer appeared first on Simple Talk.
A few of the most useful changes in SQL Server 2022 so far are GREATEST, LEAST, STRING_SPLIT, DATE_BUCKET and GENERATE_SERIES and I will cover each one and show practical use cases.
Data breaches are becoming too common place with some accounts reporting more than 1000 breaches per year with close to 50 million records exposed yearly in the financial, business, education, government and healthcare industries. Learn about how DbDefence performs SQL Server Data Masking as a portion of a three pronged approach to protect your data.
Oracle 23c is the latest Release of Oracle Database. Oracle has introduced lot of new features in it. Here are the Top Features Developer-Friendly Features Oracle has been adding features to make developers’ lives easier, such as SQL and PL/SQL enhancements, JSON improvements, REST interfaces, etc. SELECT without FROM clause You can now run SELECT […]
The post Oracle 23c Database New Features appeared first on Techgoeasy.
In this article, you'll learn how to ask complex questions in English and get the desired results within seconds using natural language AI querying with Databricks.
You may find that you need to connect remotely to a SQL Server using Windows Authentication that is in another domain. In this tip, we walk through the steps on how this can be done.